body {
  scroll-behavior: smooth;
}
:root {
  --primary-color: rgb(29, 29, 31);
  --secondary-color: rgb(75, 174, 234);
}
a {
  text-decoration: none;
}
.header-scrolled {
  background-color: var(--primary-color);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.main {
  position: relative;
}
.main ::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: -1;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  /* width: 100%;
  height: 100%; */
}
.main video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/*  */
/* header start*/
.header {
  padding: 20px 0;
  transition: background-color 0.3s ease-in, box-shadow 0.3s ease-in;
}
.header img {
  height: 60px;
  width: 150px;
}
.header ul {
  background-color: rgb(52, 52, 56);
  border-radius: 90px;
  padding: 8px;
}
.header .hmenu {
  display: none;
}
.header .hmenu i {
  color: black;
  font-size: 32px;
}
/*  */
.ham-menu {
  position: absolute;
  height: 100vh;
  z-index: 999;
  width: 210px;
  top: 0;
  right: -100%;
  display: none;
  background-color: var(--primary-color);
  transition: 1s ease-in-out;
}
.menu-close {
  padding: 20px 12px;
  margin-bottom: 30px;
  width: 100%;
}
.menu-close i {
  font-size: 32px;
  float: right;
  color: black;
}
.ham-menu ol {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.ham-menu ol li a {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 10px;
  color: #fff;
}
/*  */
/*-----*/
.header .nlist .nlink {
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  margin-right: 20px;
  color: #fff;
  border-radius: 90px;
}
.header .nlist .nlink:hover {
  background-color: rgb(68, 68, 77);
  color: var(--secondary-color);
  border-radius: 90px;
}
.header .ntrail a {
  padding: 15px 40px;
  border: 2px solid #fff;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 90px;
  transition: 0.5s;
}
.header .ntrail a:hover {
  border: 2px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: black;
  border-radius: 90px;
}
/* header end*/
/*-----*/
.one-body {
  align-content: center;
  height: 100vh;
  position: relative;
  z-index: 1;
  text-align: center;
}
.trust {
  background-color: var(--secondary-color);
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  padding: 10px 25px;
}
.one-body h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 600;
}
.one-body h2 span {
  color: var(--secondary-color);
}
.one-body p {
  color: #fff;
  padding: 0 200px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 600;
}
/*-----*/
/*--prices--*/
.prices {
  padding: 70px 0 130px 0;
}
.prices .head {
  text-align: center;
  margin-bottom: 70px;
}
.prices .head h2 {
  font-size: 37px;
  font-weight: 600;
  color: var(--primary-color);
}
.prices .head h2::after {
  content: "________";
  display: block;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 900;
}
.items {
  padding: 60px 50px;
  background-color: rgb(242, 242, 240);
  border-radius: 16px;
  transition: 0.3s;
  width: 100%;
}
.items:hover {
  background-color: var(--primary-color);
}
.items:hover * {
  color: #fff;
}
.items p {
  margin-bottom: 15px;
  color: rgb(68, 68, 77);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.items ul {
  text-transform: capitalize;
  row-gap: 20px;
  margin-bottom: 40px;
}
.items ul li {
  column-gap: 15px;
  font-size: 18px;
  font-weight: 500;
  row-gap: 15px;
  color: var(--primary-color);
}
.items ul li i {
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
}
.items:hover ul li i {
  color: var(--secondary-color);
}
/*-----*/
/*-----*/
.middle {
  background-color: var(--primary-color);
}
.middle .head {
  padding-top: 70px;
  text-align: center;
}
.middle .head h4 {
  color: #fff;
  font-size: 37px;
  font-weight: 600;
}
.middle .head h4::after {
  content: "________";
  display: block;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}
.middle .icons {
  align-content: center;
}
.middle .icons h3 {
  color: var(--secondary-color);
  font-size: 28px;
}
.middle .icons h3 span {
  font-size: 16px;
}
.middle .icons .one {
  background-color: rgb(242, 242, 240);
  border-radius: 24px;
  align-content: center;
  height: 150px;
  width: 150px;
  margin-top: 10px;
  transition: 0.3s ease;
}
.middle .icons .one:hover {
  transform: scale(1.1);
  border: 1px solid var(--primary-color);
  background-color: rgb(165, 165, 165);
}
.middle .one i {
  font-size: 45px;
  color: var(--secondary-color);
  transition: 0.3s ease-in;
}
.middle .one:hover i {
  color: var(--primary-color);
}
.middle .one h4 {
  font-size: 20px;
  color: var(--primary-color);
}
.middle .image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: 0.5s ease;
}
.middle .image:hover {
  transform: scale(1.1);
}
.middle .image img {
  height: 70%;
  object-fit: contain;
  animation: map 3s linear infinite;
}
@keyframes map {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
/*-----*/
/*-----*/
.second {
  padding: 130px 0;
}
.second .about {
  align-content: center;
}
.second .about h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 15px;
}
.second .about p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}
.second .image img {
  border: 1px solid var(--primary-color);
  border-radius: 24px;
}
.second .about .zero {
  padding: 16px;
  border: 1px solid rgb(230, 230, 235);
  border-radius: 16px;
  margin-bottom: 10px;
  transition: 0.5s ease-in-out;
  width: 100%;
}
.second .about .zero:hover {
  background-color: var(--primary-color);
  transform: scale(1.1);
}
.second .about .zero:hover * {
  color: #fff;
}
.second .about .zero h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--primary-color);
}
.second .about .zero p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: rgb(68, 68, 77);
}
.second .about .zero i {
  text-align: center;
  align-content: center;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400;
  background-color: var(--secondary-color);
  border-radius: 50%;
  height: 32px;
  width: 32px;
  margin-bottom: 18px;
}
/*-----*/
/*-----*/
.third {
  text-align: center;
  background-color: var(--primary-color);
  padding: 130px 0;
}
.third h2 {
  font-size: 37px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 70px;
}
.third h2 span {
  color: var(--secondary-color);
}
.third .one span {
  border: 5px solid rgb(97, 97, 99);
  border-radius: 50%;
  color: var(--secondary-color);
  background-color: rgb(124, 124, 130);
  padding: 25px 35px;
  font-size: 32px;
  font-weight: 600;
}
.third .one h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 40px 0 24px 0;
}
.third .one p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
/*-----*/
/*-----*/
.first {
  padding: 130px 0;
}
.first .about {
  align-content: center;
}
.first .about h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--primary-color);
}
.first .about h2::after {
  content: "________";
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: var(--primary-color);
}
.first .about p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(230, 230, 235);
}
.first .about h3 {
  font-size: 18px;
  font-weight: 600;
}
.first .about .fabout {
  background-color: rgb(242, 242, 240);
  border-radius: 16px;
  color: gray;
  margin: 5px;
  padding: 15px;
  width: 100%;
  transition: 0.5s ease;
}
.first .about .fabout:hover {
  transform: scale(1.1);
  background-color: rgb(242, 242, 240);
  color: black;
}
.first .image {
  align-content: center;
}
/*-----*/
/*-----*/
.owl-carousel .item img {
  width: 135px;
  height: 35px;
}
.logos {
  overflow: hidden;
  white-space: nowrap;
}
.logos-slide {
  display: inline-block;
  animation: slide 10s infinite linear;
}
.logos-slide:last-child {
  animation-delay: 0s;
}
.logos-slide img {
  margin: 0 30px;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*-----*/
/*-----*/
.fifth {
  background-color: var(--primary-color);
  padding-top: 130px;
}
.last {
  padding-left: 60px;
}
.last h2 {
  margin-bottom: 30px;
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #fff;
}
.last h2 span {
  color: var(--secondary-color);
}
.last p {
  color: #fff;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
}
.last .image {
  display: flex;
  column-gap: 30px;
}
.last .image a {
  transition: 0.5 ease;
}
.last .image a:hover {
  transform: scale(1.1);
}
.phone {
  position: relative;
  animation: phone 5s linear infinite;
}
@keyframes phone {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@media (min-width: 300px) and (max-width: 571.98px) {
  @keyframes phone {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(5px);
    }
    100% {
      transform: translateX(0);
    }
  }
}
/*-----*/
/*-----*/
.footer {
  padding-top: 10px;
}
.footer .one img {
  height: 45px;
  width: 100px;
  margin-right: 20px;
}

.footer .one i {
  padding: 8px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 400;
  transition: 0.5s;
  cursor: pointer;
}
.footer .one i:hover {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.footer .item ul {
  list-style: none;
  padding: 0;
  column-gap: 30px;
}
.footer .item ul li a {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: rgb(68, 68, 77);
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.footer .item ul li a:hover {
  color: var(--secondary-color);
}
@media (min-width: 300px) and (max-width: 991.98px) {
  .header ul {
    display: none;
  }
  .header .hmenu {
    display: block;
  }
  .header img {
    height: 40px;
    width: 90px;
  }
  .ham-menu {
    display: block;
  }
  .ntrail {
    display: none;
  }
  .one-body h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
  .one-body p {
    padding: 0 10px;
    font-size: 16px;
  }
  .prices {
    padding: 70px 0;
  }
  .prices .head {
    margin-bottom: 40px;
  }
  .prices .head h2 {
    font-size: 32px;
  }
  .items {
    margin: 10px;
  }
  .middle .head {
    padding-top: 50px;
    margin-bottom: 40px;
  }
  .middle .head h4 {
    font-size: 32px;
  }
  .middle .icons h3 {
    font-size: 24px;
  }
  .middle .icons h3 span {
    font-size: 14px;
  }
  .middle .icons .one {
    height: 120px;
    width: 120px;
    margin-top: 10px;
  }
  .middle .one i {
    font-size: 35px;
  }
  .middle .one h4 {
    font-size: 14px;
    color: var(--primary-color);
  }
  .second {
    padding: 70px 0;
  }
  .second .image {
    text-align: center;
  }
  .second .about h2 {
    margin-top: 15px;
    font-size: 35px;
  }
  .second .about p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .second .about .zero h5 {
    font-size: 16px;
  }
  .second .about .zero p {
    font-size: 14px;
  }
  .third {
    padding: 70px 0;
  }
  .third h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .third .one {
    padding: 20px;
  }
  .third .one h2 {
    font-size: 28px;
    margin: 40px 0 24px 0;
  }
  .third .one p {
    font-size: 16px;
  }
  .third .one span {
    padding: 15px 25px;
    font-size: 28px;
  }
  .third .one h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 40px 0 24px 0;
  }
  .third .one p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
  }
  .first {
    padding: 70px 0;
  }
  .first .about h2 {
    font-size: 35px;
  }
  .first .image {
    margin-top: 15px;
    text-align: center;
  }
  .first {
    padding: 100px 0;
  }
  .first .about p {
    font-size: 14px;
  }
  .first .about h3 {
    font-size: 16px;
  }
  .fifth {
    padding-top: 70px;
  }
  .last {
    padding-left: 0px;
    text-align: center;
  }
  .last h2 {
    font-size: 50px;
  }
  .last .image {
    justify-content: center;
    column-gap: 10px;
    margin-bottom: 20px;
  }
  .phone {
    text-align: center;
  }
  .footer .item ul {
    display: none;
  }
}
@media (min-width: 300px) and (max-width: 800px) {
  .items {
    margin: 10px 7%;
  }
}
@media (min-width: 300px) and (max-width: 767.98px) {
  .one-body h2 {
    font-size: 45px;
  }
  .prices {
    padding: 50px 0 50px 0;
  }
  .items {
    padding: 40px 30px;
  }
  .items p {
    font-size: 16px;
  }
  .items ul li {
    column-gap: 10px;
    font-size: 14px;
    row-gap: 10px;
    /* justify-content: center; */
  }
  .items ul li i {
    font-size: 14px;
  }
  .second {
    padding: 50px 0;
  }
  .third {
    padding: 50px 0;
  }
  .first {
    padding: 50px 0;
  }
  .fifth {
    padding-top: 50px;
  }
}
@media (min-width: 300px) and (max-width: 575.98px) {
  .one-body h2 {
    font-size: 35px;
  }
  .one-body p {
    font-size: 14px;
  }
  .items ul li {
    justify-content: center;
  }
  .items ul li i {
    display: none;
  }
  .middle .head h4 {
    font-size: 30px;
  }
  .middle .icons .one {
    height: 100px;
    width: 100px;
  }
  .middle .one i {
    font-size: 30px;
  }
  .second .about h2 {
    font-size: 25px;
  }
  .last h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .last p {
    margin-bottom: 20px;
  }
}
